home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / mbutils.zip / ACCTDATA.DOC next >
Text File  |  1992-02-07  |  2KB  |  45 lines

  1. ACCTDATA - NetWare Accounting Data List Program V1.21
  2.        (c) Copyright Manth-Brownell, Inc. 1989, 1990, 1992
  3.        All Rights Reserved
  4.        Novell and NetWare are registered trademarks of Novell, Inc.
  5.  
  6.        Tim Schwab (CIS ID 76344,1533)
  7.        Manth-Brownell, Inc.
  8.        P.O. Box 59
  9.        Kirkville, NY 13082
  10.  
  11.   Usage: ACCTDATA [Mode] [Option] [Filter]
  12.      Modes:    /C - charge records (default)
  13.            /N - note records
  14.    Options:    /D - display records between given dates
  15.             (use /Dmmddyy[-mmddyy] syntax)
  16.            /H - display records between given hours
  17.             (use /Hhhmm[-hhmm] syntax)
  18.            /P - output is send to lpt1
  19.           /Tn - display only a specific comment type (hexadecimal)
  20.                1. Connect Time   4. Logout
  21.                2. Disk Storage   5. Account Locked
  22.                3. Login          6. Set Date & Time
  23.            /A - display note records for given address
  24.             (use /Axxxxxxxx:xxxxxxxxxxxx hexadecimal syntax)
  25.            /? - display usage information
  26.    Filters:  Name - displays data for a specific object name
  27.  
  28.  
  29. Notes: 
  30.   1. Acctdata.exe looks in the current directory for net$acct.dat, so
  31.      install it in \system, or copy net$acct.dat to the directory
  32.      containing acctdata.exe.
  33.   2. Acctdata.exe will use a file called net$addr.dat to substitute logical
  34.      names for physical addresses.  An example net$addr.dat is included.
  35.      Formatting for net$addr.dat is important:  8 character network number,
  36.      colon, 12 chracter node number, colon, 21 character logical name (pad
  37.      with spaces if necessary), CR/LF.  1 record per line, 1000 lines max.
  38.  
  39. Examples:
  40.   1. acctdata /n                           display note records
  41.   2. acctdata /n /t4                       display logout note records
  42.   3. acctdata /n /t4 /d010192-013192       display logout notes for jan 92
  43.   4. acctdata /c /a0000000a:02608c009911   display charge records for station
  44.   5. acctdata /n /h0800-0859               display notes for 8am hour
  45.